projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fadf4e3
)
* buffer.c (struct sortstr.priority): Now EMACS_INT, not int.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 17 Jun 2011 07:49:50 +0000
(
00:49
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 17 Jun 2011 07:49:50 +0000
(
00:49
-0700)
src/ChangeLog
patch
|
blob
|
history
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 98d145e670190b32d67f9ceaef9ea4bfd25b8dca..0d315bdec81d7cf0656965ea252c93fa37e0ae71 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2011-06-17 Paul Eggert <eggert@cs.ucla.edu>
- * buffer.c (struct sortvec.priority): Now EMACS_INT, not int.
+ * buffer.c (struct sortvec.priority, struct sortstr.priority):
+ Now EMACS_INT, not int.
2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
diff --git
a/src/buffer.c
b/src/buffer.c
index f21f652fa3ebf987d5fe09bb283afe0f49fc846c..898b4572450d6868868e4497cad3fd96a1010fde 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-2927,7
+2927,7
@@
struct sortstr
{
Lisp_Object string, string2;
int size;
-
int
priority;
+
EMACS_INT
priority;
};
struct sortstrlist